# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 4.3

# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target

# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:

#=============================================================================
# Special targets provided by cmake.

# Disable implicit rules so canonical targets will work.
.SUFFIXES:

# Disable VCS-based implicit rules.
% : %,v

# Disable VCS-based implicit rules.
% : RCS/%

# Disable VCS-based implicit rules.
% : RCS/%,v

# Disable VCS-based implicit rules.
% : SCCS/s.%

# Disable VCS-based implicit rules.
% : s.%

.SUFFIXES: .hpux_make_needs_suffix_list

# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s

#Suppress display of executed commands.
$(VERBOSE).SILENT:

# A target that is always out of date.
cmake_force:
.PHONY : cmake_force

#=============================================================================
# Set environment variables for the build.

# The shell in which to execute make rules.
SHELL = /bin/sh

# The CMake executable.
CMAKE_COMMAND = /opt/homebrew/bin/cmake

# The command to remove a file.
RM = /opt/homebrew/bin/cmake -E rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /Users/hajaea/Desktop/ooad/RobotCleaner

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /Users/hajaea/Desktop/ooad/RobotCleaner/build

#=============================================================================
# Targets provided globally by CMake.

# Special rule for the target test
test:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running tests..."
	/opt/homebrew/bin/ctest $(ARGS)
.PHONY : test

# Special rule for the target test
test/fast: test
.PHONY : test/fast

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
	/opt/homebrew/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache

# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
	/opt/homebrew/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache

# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast

# Special rule for the target list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"gmock\" \"gtest\""
.PHONY : list_install_components

# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
	/opt/homebrew/bin/cmake -P cmake_install.cmake
.PHONY : install

# Special rule for the target install
install/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
	/opt/homebrew/bin/cmake -P cmake_install.cmake
.PHONY : install/fast

# Special rule for the target install/local
install/local: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
	/opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local

# Special rule for the target install/local
install/local/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
	/opt/homebrew/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast

# Special rule for the target install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
	/opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip

# Special rule for the target install/strip
install/strip/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
	/opt/homebrew/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast

# The main all target
all: cmake_check_build_system
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/hajaea/Desktop/ooad/RobotCleaner/build/CMakeFiles /Users/hajaea/Desktop/ooad/RobotCleaner/build//CMakeFiles/progress.marks
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
	$(CMAKE_COMMAND) -E cmake_progress_start /Users/hajaea/Desktop/ooad/RobotCleaner/build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

#=============================================================================
# Target rules for targets named RobotLogic

# Build rule for target.
RobotLogic: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 RobotLogic
.PHONY : RobotLogic

# fast build rule for target.
RobotLogic/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/RobotLogic.dir/build.make CMakeFiles/RobotLogic.dir/build
.PHONY : RobotLogic/fast

#=============================================================================
# Target rules for targets named app

# Build rule for target.
app: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 app
.PHONY : app

# fast build rule for target.
app/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/build
.PHONY : app/fast

#=============================================================================
# Target rules for targets named robot_tests

# Build rule for target.
robot_tests: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 robot_tests
.PHONY : robot_tests

# fast build rule for target.
robot_tests/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/robot_tests.dir/build.make CMakeFiles/robot_tests.dir/build
.PHONY : robot_tests/fast

#=============================================================================
# Target rules for targets named system_test

# Build rule for target.
system_test: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 system_test
.PHONY : system_test

# fast build rule for target.
system_test/fast:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/system_test.dir/build.make CMakeFiles/system_test.dir/build
.PHONY : system_test/fast

#=============================================================================
# Target rules for targets named gmock

# Build rule for target.
gmock: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gmock
.PHONY : gmock

# fast build rule for target.
gmock/fast:
	$(MAKE) $(MAKESILENT) -f _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/build.make _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/build
.PHONY : gmock/fast

#=============================================================================
# Target rules for targets named gmock_main

# Build rule for target.
gmock_main: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gmock_main
.PHONY : gmock_main

# fast build rule for target.
gmock_main/fast:
	$(MAKE) $(MAKESILENT) -f _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/build.make _deps/googletest-build/googlemock/CMakeFiles/gmock_main.dir/build
.PHONY : gmock_main/fast

#=============================================================================
# Target rules for targets named gtest

# Build rule for target.
gtest: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gtest
.PHONY : gtest

# fast build rule for target.
gtest/fast:
	$(MAKE) $(MAKESILENT) -f _deps/googletest-build/googletest/CMakeFiles/gtest.dir/build.make _deps/googletest-build/googletest/CMakeFiles/gtest.dir/build
.PHONY : gtest/fast

#=============================================================================
# Target rules for targets named gtest_main

# Build rule for target.
gtest_main: cmake_check_build_system
	$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 gtest_main
.PHONY : gtest_main

# fast build rule for target.
gtest_main/fast:
	$(MAKE) $(MAKESILENT) -f _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/build.make _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/build
.PHONY : gtest_main/fast

src/ActionController.o: src/ActionController.cpp.o
.PHONY : src/ActionController.o

# target to build an object file
src/ActionController.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/RobotLogic.dir/build.make CMakeFiles/RobotLogic.dir/src/ActionController.cpp.o
.PHONY : src/ActionController.cpp.o

src/ActionController.i: src/ActionController.cpp.i
.PHONY : src/ActionController.i

# target to preprocess a source file
src/ActionController.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/RobotLogic.dir/build.make CMakeFiles/RobotLogic.dir/src/ActionController.cpp.i
.PHONY : src/ActionController.cpp.i

src/ActionController.s: src/ActionController.cpp.s
.PHONY : src/ActionController.s

# target to generate assembly for a file
src/ActionController.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/RobotLogic.dir/build.make CMakeFiles/RobotLogic.dir/src/ActionController.cpp.s
.PHONY : src/ActionController.cpp.s

src/CleanerHandler.o: src/CleanerHandler.cpp.o
.PHONY : src/CleanerHandler.o

# target to build an object file
src/CleanerHandler.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/RobotLogic.dir/build.make CMakeFiles/RobotLogic.dir/src/CleanerHandler.cpp.o
.PHONY : src/CleanerHandler.cpp.o

src/CleanerHandler.i: src/CleanerHandler.cpp.i
.PHONY : src/CleanerHandler.i

# target to preprocess a source file
src/CleanerHandler.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/RobotLogic.dir/build.make CMakeFiles/RobotLogic.dir/src/CleanerHandler.cpp.i
.PHONY : src/CleanerHandler.cpp.i

src/CleanerHandler.s: src/CleanerHandler.cpp.s
.PHONY : src/CleanerHandler.s

# target to generate assembly for a file
src/CleanerHandler.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/RobotLogic.dir/build.make CMakeFiles/RobotLogic.dir/src/CleanerHandler.cpp.s
.PHONY : src/CleanerHandler.cpp.s

src/DustController.o: src/DustController.cpp.o
.PHONY : src/DustController.o

# target to build an object file
src/DustController.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/RobotLogic.dir/build.make CMakeFiles/RobotLogic.dir/src/DustController.cpp.o
.PHONY : src/DustController.cpp.o

src/DustController.i: src/DustController.cpp.i
.PHONY : src/DustController.i

# target to preprocess a source file
src/DustController.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/RobotLogic.dir/build.make CMakeFiles/RobotLogic.dir/src/DustController.cpp.i
.PHONY : src/DustController.cpp.i

src/DustController.s: src/DustController.cpp.s
.PHONY : src/DustController.s

# target to generate assembly for a file
src/DustController.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/RobotLogic.dir/build.make CMakeFiles/RobotLogic.dir/src/DustController.cpp.s
.PHONY : src/DustController.cpp.s

src/DustSensorHandler.o: src/DustSensorHandler.cpp.o
.PHONY : src/DustSensorHandler.o

# target to build an object file
src/DustSensorHandler.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/RobotLogic.dir/build.make CMakeFiles/RobotLogic.dir/src/DustSensorHandler.cpp.o
.PHONY : src/DustSensorHandler.cpp.o

src/DustSensorHandler.i: src/DustSensorHandler.cpp.i
.PHONY : src/DustSensorHandler.i

# target to preprocess a source file
src/DustSensorHandler.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/RobotLogic.dir/build.make CMakeFiles/RobotLogic.dir/src/DustSensorHandler.cpp.i
.PHONY : src/DustSensorHandler.cpp.i

src/DustSensorHandler.s: src/DustSensorHandler.cpp.s
.PHONY : src/DustSensorHandler.s

# target to generate assembly for a file
src/DustSensorHandler.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/RobotLogic.dir/build.make CMakeFiles/RobotLogic.dir/src/DustSensorHandler.cpp.s
.PHONY : src/DustSensorHandler.cpp.s

src/MotorHandler.o: src/MotorHandler.cpp.o
.PHONY : src/MotorHandler.o

# target to build an object file
src/MotorHandler.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/RobotLogic.dir/build.make CMakeFiles/RobotLogic.dir/src/MotorHandler.cpp.o
.PHONY : src/MotorHandler.cpp.o

src/MotorHandler.i: src/MotorHandler.cpp.i
.PHONY : src/MotorHandler.i

# target to preprocess a source file
src/MotorHandler.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/RobotLogic.dir/build.make CMakeFiles/RobotLogic.dir/src/MotorHandler.cpp.i
.PHONY : src/MotorHandler.cpp.i

src/MotorHandler.s: src/MotorHandler.cpp.s
.PHONY : src/MotorHandler.s

# target to generate assembly for a file
src/MotorHandler.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/RobotLogic.dir/build.make CMakeFiles/RobotLogic.dir/src/MotorHandler.cpp.s
.PHONY : src/MotorHandler.cpp.s

src/ObstacleSensorHandler.o: src/ObstacleSensorHandler.cpp.o
.PHONY : src/ObstacleSensorHandler.o

# target to build an object file
src/ObstacleSensorHandler.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/RobotLogic.dir/build.make CMakeFiles/RobotLogic.dir/src/ObstacleSensorHandler.cpp.o
.PHONY : src/ObstacleSensorHandler.cpp.o

src/ObstacleSensorHandler.i: src/ObstacleSensorHandler.cpp.i
.PHONY : src/ObstacleSensorHandler.i

# target to preprocess a source file
src/ObstacleSensorHandler.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/RobotLogic.dir/build.make CMakeFiles/RobotLogic.dir/src/ObstacleSensorHandler.cpp.i
.PHONY : src/ObstacleSensorHandler.cpp.i

src/ObstacleSensorHandler.s: src/ObstacleSensorHandler.cpp.s
.PHONY : src/ObstacleSensorHandler.s

# target to generate assembly for a file
src/ObstacleSensorHandler.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/RobotLogic.dir/build.make CMakeFiles/RobotLogic.dir/src/ObstacleSensorHandler.cpp.s
.PHONY : src/ObstacleSensorHandler.cpp.s

src/RVCController.o: src/RVCController.cpp.o
.PHONY : src/RVCController.o

# target to build an object file
src/RVCController.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/RobotLogic.dir/build.make CMakeFiles/RobotLogic.dir/src/RVCController.cpp.o
.PHONY : src/RVCController.cpp.o

src/RVCController.i: src/RVCController.cpp.i
.PHONY : src/RVCController.i

# target to preprocess a source file
src/RVCController.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/RobotLogic.dir/build.make CMakeFiles/RobotLogic.dir/src/RVCController.cpp.i
.PHONY : src/RVCController.cpp.i

src/RVCController.s: src/RVCController.cpp.s
.PHONY : src/RVCController.s

# target to generate assembly for a file
src/RVCController.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/RobotLogic.dir/build.make CMakeFiles/RobotLogic.dir/src/RVCController.cpp.s
.PHONY : src/RVCController.cpp.s

src/main.o: src/main.cpp.o
.PHONY : src/main.o

# target to build an object file
src/main.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/src/main.cpp.o
.PHONY : src/main.cpp.o

src/main.i: src/main.cpp.i
.PHONY : src/main.i

# target to preprocess a source file
src/main.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/src/main.cpp.i
.PHONY : src/main.cpp.i

src/main.s: src/main.cpp.s
.PHONY : src/main.s

# target to generate assembly for a file
src/main.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/app.dir/build.make CMakeFiles/app.dir/src/main.cpp.s
.PHONY : src/main.cpp.s

tests/simulator.o: tests/simulator.cpp.o
.PHONY : tests/simulator.o

# target to build an object file
tests/simulator.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/robot_tests.dir/build.make CMakeFiles/robot_tests.dir/tests/simulator.cpp.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/system_test.dir/build.make CMakeFiles/system_test.dir/tests/simulator.cpp.o
.PHONY : tests/simulator.cpp.o

tests/simulator.i: tests/simulator.cpp.i
.PHONY : tests/simulator.i

# target to preprocess a source file
tests/simulator.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/robot_tests.dir/build.make CMakeFiles/robot_tests.dir/tests/simulator.cpp.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/system_test.dir/build.make CMakeFiles/system_test.dir/tests/simulator.cpp.i
.PHONY : tests/simulator.cpp.i

tests/simulator.s: tests/simulator.cpp.s
.PHONY : tests/simulator.s

# target to generate assembly for a file
tests/simulator.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/robot_tests.dir/build.make CMakeFiles/robot_tests.dir/tests/simulator.cpp.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/system_test.dir/build.make CMakeFiles/system_test.dir/tests/simulator.cpp.s
.PHONY : tests/simulator.cpp.s

tests/test_negative.o: tests/test_negative.cpp.o
.PHONY : tests/test_negative.o

# target to build an object file
tests/test_negative.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/robot_tests.dir/build.make CMakeFiles/robot_tests.dir/tests/test_negative.cpp.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/system_test.dir/build.make CMakeFiles/system_test.dir/tests/test_negative.cpp.o
.PHONY : tests/test_negative.cpp.o

tests/test_negative.i: tests/test_negative.cpp.i
.PHONY : tests/test_negative.i

# target to preprocess a source file
tests/test_negative.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/robot_tests.dir/build.make CMakeFiles/robot_tests.dir/tests/test_negative.cpp.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/system_test.dir/build.make CMakeFiles/system_test.dir/tests/test_negative.cpp.i
.PHONY : tests/test_negative.cpp.i

tests/test_negative.s: tests/test_negative.cpp.s
.PHONY : tests/test_negative.s

# target to generate assembly for a file
tests/test_negative.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/robot_tests.dir/build.make CMakeFiles/robot_tests.dir/tests/test_negative.cpp.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/system_test.dir/build.make CMakeFiles/system_test.dir/tests/test_negative.cpp.s
.PHONY : tests/test_negative.cpp.s

tests/test_positive.o: tests/test_positive.cpp.o
.PHONY : tests/test_positive.o

# target to build an object file
tests/test_positive.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/robot_tests.dir/build.make CMakeFiles/robot_tests.dir/tests/test_positive.cpp.o
	$(MAKE) $(MAKESILENT) -f CMakeFiles/system_test.dir/build.make CMakeFiles/system_test.dir/tests/test_positive.cpp.o
.PHONY : tests/test_positive.cpp.o

tests/test_positive.i: tests/test_positive.cpp.i
.PHONY : tests/test_positive.i

# target to preprocess a source file
tests/test_positive.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/robot_tests.dir/build.make CMakeFiles/robot_tests.dir/tests/test_positive.cpp.i
	$(MAKE) $(MAKESILENT) -f CMakeFiles/system_test.dir/build.make CMakeFiles/system_test.dir/tests/test_positive.cpp.i
.PHONY : tests/test_positive.cpp.i

tests/test_positive.s: tests/test_positive.cpp.s
.PHONY : tests/test_positive.s

# target to generate assembly for a file
tests/test_positive.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/robot_tests.dir/build.make CMakeFiles/robot_tests.dir/tests/test_positive.cpp.s
	$(MAKE) $(MAKESILENT) -f CMakeFiles/system_test.dir/build.make CMakeFiles/system_test.dir/tests/test_positive.cpp.s
.PHONY : tests/test_positive.cpp.s

tests/unit_test.o: tests/unit_test.cpp.o
.PHONY : tests/unit_test.o

# target to build an object file
tests/unit_test.cpp.o:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/robot_tests.dir/build.make CMakeFiles/robot_tests.dir/tests/unit_test.cpp.o
.PHONY : tests/unit_test.cpp.o

tests/unit_test.i: tests/unit_test.cpp.i
.PHONY : tests/unit_test.i

# target to preprocess a source file
tests/unit_test.cpp.i:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/robot_tests.dir/build.make CMakeFiles/robot_tests.dir/tests/unit_test.cpp.i
.PHONY : tests/unit_test.cpp.i

tests/unit_test.s: tests/unit_test.cpp.s
.PHONY : tests/unit_test.s

# target to generate assembly for a file
tests/unit_test.cpp.s:
	$(MAKE) $(MAKESILENT) -f CMakeFiles/robot_tests.dir/build.make CMakeFiles/robot_tests.dir/tests/unit_test.cpp.s
.PHONY : tests/unit_test.cpp.s

# Help Target
help:
	@echo "The following are some of the valid targets for this Makefile:"
	@echo "... all (the default if no target is provided)"
	@echo "... clean"
	@echo "... depend"
	@echo "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... rebuild_cache"
	@echo "... test"
	@echo "... RobotLogic"
	@echo "... app"
	@echo "... gmock"
	@echo "... gmock_main"
	@echo "... gtest"
	@echo "... gtest_main"
	@echo "... robot_tests"
	@echo "... system_test"
	@echo "... src/ActionController.o"
	@echo "... src/ActionController.i"
	@echo "... src/ActionController.s"
	@echo "... src/CleanerHandler.o"
	@echo "... src/CleanerHandler.i"
	@echo "... src/CleanerHandler.s"
	@echo "... src/DustController.o"
	@echo "... src/DustController.i"
	@echo "... src/DustController.s"
	@echo "... src/DustSensorHandler.o"
	@echo "... src/DustSensorHandler.i"
	@echo "... src/DustSensorHandler.s"
	@echo "... src/MotorHandler.o"
	@echo "... src/MotorHandler.i"
	@echo "... src/MotorHandler.s"
	@echo "... src/ObstacleSensorHandler.o"
	@echo "... src/ObstacleSensorHandler.i"
	@echo "... src/ObstacleSensorHandler.s"
	@echo "... src/RVCController.o"
	@echo "... src/RVCController.i"
	@echo "... src/RVCController.s"
	@echo "... src/main.o"
	@echo "... src/main.i"
	@echo "... src/main.s"
	@echo "... tests/simulator.o"
	@echo "... tests/simulator.i"
	@echo "... tests/simulator.s"
	@echo "... tests/test_negative.o"
	@echo "... tests/test_negative.i"
	@echo "... tests/test_negative.s"
	@echo "... tests/test_positive.o"
	@echo "... tests/test_positive.i"
	@echo "... tests/test_positive.s"
	@echo "... tests/unit_test.o"
	@echo "... tests/unit_test.i"
	@echo "... tests/unit_test.s"
.PHONY : help



#=============================================================================
# Special targets to cleanup operation of make.

# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
	$(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

